ComponentOne ASP.NET MVC Controls
TotalLabel Method

C1.Web.Mvc.Fluent Namespace > WaterfallBuilder<T> Class : TotalLabel Method
The value.
Configurates C1.Web.Mvc.Waterfall<T>.TotalLabel. Sets the label of the total bar.
Syntax
'Declaration
 
Public Function TotalLabel( _
   ByVal value As String _
) As WaterfallBuilder(Of T)
public WaterfallBuilder<T> TotalLabel( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

WaterfallBuilder<T> Class
WaterfallBuilder<T> Members